projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcd5fcf
)
range: Remove dead assignment
author
Benjamin Otte
<otte@redhat.com>
Sat, 3 Aug 2013 17:00:53 +0000
(19:00 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 4 Aug 2013 15:27:30 +0000
(17:27 +0200)
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index 7bc95caa34f0468abc1302f991b7da0526f78554..64496febad0a802bd6dbcaae420e9722a7ddea9b 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-1886,8
+1886,6
@@
draw_stepper (GtkRange *range,
g_assert_not_reached ();
};
- arrow_sensitive = TRUE;
-
gtk_widget_get_allocation (widget, &allocation);
if ((!priv->inverted && (arrow_type == GTK_ARROW_DOWN ||